From 1544a43079ebe9d031f73b803107c53ee94ace37 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 3 Apr 2008 21:06:06 +0000 Subject: [PATCH] osm: Remove some bad chars from copy and paste! git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3165 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/osm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/osm.c b/gpsbabel/osm.c index a923a5a69..40e8d0b12 100644 --- a/gpsbabel/osm.c +++ b/gpsbabel/osm.c @@ -785,7 +785,7 @@ osm_waypt_disp(const waypoint *wpt) } gbfprintf(fout, ">\n"); - gbfprintf(fout, "    \n"); @@ -837,7 +837,7 @@ osm_rte_disp_trail(const route_head *rte) { if (skip_rte) return; - gbfprintf(fout, "\n"); -- 2.30.2